home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr47 / sb16snd.zip / SB16SND.DOC < prev    next >
Text File  |  1995-02-18  |  1KB  |  24 lines

  1.                           S B 1 6   S o u n d
  2.  
  3.                         Written by Ethan Brodsky
  4.           Copyright 1995 by Ethan Brodsky.  All rights reserved.
  5.  
  6.  
  7. This library is distributed AS IS.  The author specifically disclaims
  8. responsibility for any loss of profit or any consequential, incidental,
  9. or other damages.  This code is freeware and is distributed with full
  10. source code, which is copyright by Ethan Brodsky.  You are free to
  11. incorporate the code in full or part into your own programs as long as
  12. credit is given to Ethan Brodsky.  The source code may be distributed in
  13. its original form only, including this documentation file.
  14.  
  15. I write this code a while ago and am making it available now so people
  16. can get it without contacting me.  This code records and plays 16-bit
  17. sound on a Sound Blaster 16 using auto-initialized DMA.  I used XMS
  18. to buffer the data to avoid re-entrancy problems with disk writes inside
  19. of an interrupt handler.  Both Turbo Pascal real mode and Borland C real
  20. mode source code is included.  Sound data is stored in files containing
  21. raw 16-bit signed samples suitable for processing or analysis.  Sampling
  22. rate and other data are not included.
  23.  
  24.     Ethan Brodsky (2/18/95)